A full copy of Modelica Standard Library 3.2 build 10:
 http://www.modelica.org/libraries/Modelica


Added by adrpo for hkiel 
OpenModelica r11414
Author: hkiel
Date: den 14 mars 2012 09:38:19
Message:
- replaced integers by their appropriate enumeration values
----
Modified : /trunk/libraries/Modelica 3.2/Electrical/Analog/Ideal.mo
Modified : /trunk/libraries/Modelica 3.2/Electrical/Digital.mo

Added by sjoelund.se, 2012-03-01
Modelica/Electrical/Digital.mo x_delayed = integer(delay(x, delayTime)) => Integer(x_delayed) = integer(delay(Integer(x), delayTime));

Added by sjoelund.se, 2012-02-29
Modelica/Media/Air.mo: refChoice=3 => refChoice=ReferenceEnthalpy.UserDefined, and import ReferenceEnthalpy

Added by sjoelund.se, 2012-02-28
Modelica/Mechanics/Multibody/package.mo: and gravityType == 2 then 1 else 0 => gravityType == GravityTypes.UniformGravity
Modelica/Mechanics/Multibody/Parts.mo: rotationType == 1,2 => rotationType == Types.RotationTypes.RotationAxis,TwoAxesVectors

Fixed by Martin Sjolund, 2010-10-26
[Modelica 3.2/Electrical/Digital.mo:5309:11-5312:35:writable] Warning: connect(dataOut, dataOut) connects the same connector instance! The connect equation will be ignored.
[Modelica 3.2/Electrical/Digital.mo:6206:11-6209:35:writable] Warning: connect(dataOut, dataOut) connects the same connector instance! The connect equation will be ignored.
[Modelica 3.2/Electrical/Digital.mo:6678:11-6681:35:writable] Warning: connect(dataOut, dataOut) connects the same connector instance! The connect equation will be ignored.

Added by perost, 2011-12-05
Modelica/Media/package.mo Changed nX to : in function ending with X in
PartialSimpleIdealGasMedium to make them have the correct dimensions.

Added by perost, 2011-11-28
Modelica/Media/package.mo Changed nX to : in function ending with X in
PartialTwoPhaseMedium to make them have the correct dimensions.

- Make standardOrderComponents in PartialMedium.BaseProperties replaceable.

Modified by Martin Sjolund, 2011-05-25
- Fix syntax error (.123 = 0.123), in Modelica.Math.Nonlinear

Added by Martin Sjolund, 2010-10-26
Changed: 
- Modelica/Constants.mo
  final constant Integer Integer_inf=2147483647
  to
  final constant Integer Integer_inf=1073741823
  so we get rid of the MetaModelica maxint warning.
